desc:instruct
npx -y @modelcontextprotocol/server-sequential-thinking| Parameter | Type | Required | Description |
|---|---|---|---|
| thought | string | Required | Your current thinking step |
| nextThoughtNeeded | boolean | Required | Whether another thought step is needed |
| thoughtNumber | integer | Required | Current thought number |
| totalThoughts | integer | Required | Estimated total thoughts needed |
| isRevision | boolean | Optional | Whether this revises previous thinking |
| revisesThought | integer | Optional | Which thought is being reconsidered |
| branchFromThought | integer | Optional | Branching point thought number |
| branchId | string | Optional | Branch identifier |
| needsMoreThoughts | boolean | Optional | If more thoughts are needed |